home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / DialogContainer.h < prev    next >
C/C++ Source or Header  |  2001-09-02  |  2KB  |  75 lines

  1. #if !defined(AFX_DIALOGCONTAINER_H__4F25D0C2_5DF4_4149_BD78_FCB2CD06E2DB__INCLUDED_)
  2. #define AFX_DIALOGCONTAINER_H__4F25D0C2_5DF4_4149_BD78_FCB2CD06E2DB__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // DialogContainer.h : header file
  8. //
  9.  
  10. // Includes pour objet encapsulΘ
  11. #include "WizTab.h"
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CDialogContainer form view
  15.  
  16. #ifndef __AFXEXT_H__
  17. #include <afxext.h>
  18. #endif
  19.  
  20. class CDialogContainer : public CFormView
  21. {
  22. protected:
  23.     CDialogContainer();           // protected constructor used by dynamic creation
  24.     DECLARE_DYNCREATE(CDialogContainer)
  25.  
  26.   CWizTab* tab;
  27.   CWizTab* tab2;
  28.   BOOL scrollsize_declared;
  29.   int view_w,view_h;
  30.  
  31. // Form Data
  32. public:
  33.     //{{AFX_DATA(CDialogContainer)
  34.     enum { IDD = IDD_DIALOGCONTAINER_FORM };
  35.         // NOTE: the ClassWizard will add data members here
  36.     //}}AFX_DATA
  37.  
  38. // Attributes
  39. public:
  40.  
  41. // Operations
  42. public:
  43.  
  44. // Overrides
  45.     // ClassWizard generated virtual function overrides
  46.     //{{AFX_VIRTUAL(CDialogContainer)
  47.     public:
  48.     virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
  49.     virtual void OnInitialUpdate();
  50.     protected:
  51.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  52.     //}}AFX_VIRTUAL
  53.  
  54. // Implementation
  55. protected:
  56.     virtual ~CDialogContainer();
  57. #ifdef _DEBUG
  58.     virtual void AssertValid() const;
  59.     virtual void Dump(CDumpContext& dc) const;
  60. #endif
  61.  
  62.     // Generated message map functions
  63.     //{{AFX_MSG(CDialogContainer)
  64.     afx_msg void OnSize(UINT nType, int cx, int cy);
  65.     //}}AFX_MSG
  66.     DECLARE_MESSAGE_MAP()
  67. };
  68.  
  69. /////////////////////////////////////////////////////////////////////////////
  70.  
  71. //{{AFX_INSERT_LOCATION}}
  72. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  73.  
  74. #endif // !defined(AFX_DIALOGCONTAINER_H__4F25D0C2_5DF4_4149_BD78_FCB2CD06E2DB__INCLUDED_)
  75.